翻訳と辞書
Words near each other
・ Triangle Town Center
・ Triangle Township, Durham County, North Carolina
・ Triangle triplefin
・ Triangle United
・ Triangle Universities Nuclear Laboratory
・ Triangle Walks
・ Triangle wave
・ Triangle X Barn
・ Triangle Youth Brass Band
・ Triangle, New York
・ Triangle, Newfoundland and Labrador
・ Triangle, Virginia
・ Triangle, West Yorkshire
・ Triangle, Zimbabwe
・ Triangle-and-two defense
Triangle-free graph
・ Triangle.gs
・ TriangleBoy
・ Trianglen, Copenhagen
・ Triangler
・ Triangles (EP)
・ Triangles (novel)
・ Triangles of the neck
・ Triangolo lariano
・ Triangula Bastion
・ Triangulaire
・ Triangular '99
・ Triangular alopecia
・ Triangular arbitrage
・ Triangular array


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Triangle-free graph : ウィキペディア英語版
Triangle-free graph
In the mathematical area of graph theory, a triangle-free graph is an undirected graph in which no three vertices form a triangle of edges. Triangle-free graphs may be equivalently defined as graphs with clique number ≤ 2, graphs with girth ≥ 4, graphs with no induced 3-cycle, or locally independent graphs.
By Turán's theorem, the ''n''-vertex triangle-free graph with the maximum number of edges is a complete bipartite graph in which the numbers of vertices on each side of the bipartition are as equal as possible.
==Triangle finding problem==
The triangle finding problem is the problem of determining whether a graph is triangle-free or not. When the graph does contain a triangle, algorithms are often required to output three vertices which form a triangle in the graph.
It is possible to test whether a graph with ''m'' edges is triangle-free in time O(''m''1.41). Another approach is to find the trace of ''A''3, where ''A'' is the adjacency matrix of the graph. The trace is zero if and only if the graph is triangle-free. For dense graphs, it is more efficient to use this simple algorithm which relies on matrix multiplication, since it gets the time complexity down to O(''n''2.373), where ''n'' is the number of vertices.
As show, triangle-free graph recognition is equivalent in complexity to median graph recognition; however, the current best algorithms for median graph recognition use triangle detection as a subroutine rather than vice versa.

The decision tree complexity or query complexity of the problem, where the queries are to an oracle which stores the adjacency matrix of a graph, is Θ(''n''2). However, for quantum algorithms, the best known lower bound is Ω(''n''), but the best known algorithm is O(''n''35/27).〔, improving a previous algorithm by .〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Triangle-free graph」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.